home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59426 / 59426.xpi / chrome / skin / overlay.css < prev    next >
Cascading Style Sheet File  |  2009-11-08  |  1KB  |  43 lines

  1. /* This is just an example.  You shouldn't do this. */
  2. #bookerfox-hello
  3. {
  4.   color: red ! important;
  5. }
  6. #bookerfox-toolbar-button
  7. {
  8.   list-style-image: url("chrome://bookerfox/skin/toolbar-button.png");
  9.   -moz-image-region: rect(0px 24px 24px 0px);
  10. }
  11. #bookerfox-toolbar-button:hover
  12. {
  13.   -moz-image-region: rect(24px 24px 48px  0px);
  14. }
  15. [iconsize="small"] #bookerfox-toolbar-button
  16. {
  17.   -moz-image-region: rect( 0px 40px 16px 24px);
  18. }
  19. [iconsize="small"] #bookerfox-toolbar-button:hover
  20. {
  21.   -moz-image-region: rect(24px 40px 40px 24px);
  22. }
  23.  
  24. #DiscountBtn {
  25.      list-style-image: url("chrome://bookerfox/skin/percent-16x16.png");
  26.      }
  27.  
  28. #OrderBtn {
  29.      list-style-image: url("chrome://bookerfox/skin/cash-register-16x16.png");
  30.      }
  31.      
  32. #TrackingBtn {
  33.      list-style-image: url("chrome://bookerfox/skin/binoculars-16x16.png");
  34.      }
  35.     
  36. #LoginsBtn {
  37.      list-style-image: url("chrome://bookerfox/skin/shopping-cart-16x16.png");
  38.      }
  39.      
  40. #ListingsBtn {
  41.      list-style-image: url("chrome://bookerfox/skin/invoice-16x16.png");
  42.      }
  43.